From: Stefan Kangas Date: Sat, 9 Jul 2022 10:43:50 +0000 (+0200) Subject: * lisp/woman.el (woman-fill-column): Increase default to 70. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~1068 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75e3736ba17d993bfd99b5238ab95998f331982e;p=emacs.git * lisp/woman.el (woman-fill-column): Increase default to 70. --- diff --git a/lisp/woman.el b/lisp/woman.el index 6bb775115a1..c74faa8af48 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -841,10 +841,12 @@ Only useful when run on a graphic display such as X or MS-Windows." :tag "WoMan Formatting" :group 'woman) -(defcustom woman-fill-column 65 - "Right margin for formatted text -- default is 65." +;; This could probably be 80 to match 'Man-width'. +(defcustom woman-fill-column 70 + "Right margin for formatted text -- default is 70." :type 'natnum - :group 'woman-formatting) + :group 'woman-formatting + :version "29.1") (defcustom woman-fill-frame nil ;; Based loosely on a suggestion by Theodore Jump: